home *** CD-ROM | disk | FTP | other *** search
- /**************************************************************
- * *
- * MainActor Rexx Script *
- * *
- * Demonstrates how to use the Rexx pull command to request *
- * input from the user *
- * *
- * Last modified: 09/15/97, Written by: Markus Moenig *
- * *
- **************************************************************/
-
- say "Please enter something..."
- pull var
- say "You entered:" var